home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / DefineSprite_298 / frame_7 / DoAction.as
Text File  |  2008-03-12  |  255b  |  19 lines

  1. if(!_parent._parent.gamePaused)
  2. {
  3.    if(!brickSmashed)
  4.    {
  5.       if(getTimer() < pause)
  6.       {
  7.          gotoAndPlay(_currentframe - 1);
  8.       }
  9.    }
  10.    else
  11.    {
  12.       gotoAndPlay(9);
  13.    }
  14. }
  15. else
  16. {
  17.    gotoAndPlay(_currentframe - 1);
  18. }
  19.